4. Backend Web Technologies, and MVC
Where are we?
Introduction to
PHP
How to receive data from the client?
How to send data to the client from the client?
How to display a message sent from the client?
MVC
application architecture
Introduction to
MySQL
How to store data in a database at server?
How to retrieve data from a database at server?
How to change/delete data in a database at server?
How to maintain a
session
Where are we?